os.fileStat.modTime (field)
3 uses
os (current package)
stat_linux.go#L16: fs.modTime = time.Unix(fs.sys.Mtim.Unix())
types_unix.go#L19: modTime time.Time
types_unix.go#L25: func (fs *fileStat) ModTime() time.Time { return fs.modTime }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)